toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
[root]
/
ImageRepresentable
Image
Representable
data
class
ImageRepresentable
(
val
width
:
Int
,
val
height
:
Int
,
val
data
:
ByteArray
?
)
Members
Constructors
Image
Representable
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
data
:
ByteArray
?
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
?
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int